CloseSession

 

Object and Type

 

Object  : FCSession

Type     : Method

 

 

Prototype

 

Public Sub CloseSession()

 

 

Description

 

This method frees all resources and references to the FCSession object.

 

 

Example

 

The following example logs out and frees the FCSession resources.

 

JavaScript:

The code in this example is written in JavaScript for inclusion in ASP pages.

 

FCSession.Logout();

FCSession.CloseSession();

FCSession = null;